-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating to 0.23.0 #73
Conversation
fix: top-level await bb.js 0.23
✅ Deploy Preview for noir-vite-hardhat ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually looks like I hit errors when interacting with the UI. You can see in the preview
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that error is actually fine, again it is trying to read from a view function without passing any params. I can try to see if there's any wagmi option to not fetch automatically. The other error is weird because I thought I had removed these configs from hardhat config. I'll do it today and finally push this over the line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So those logs aren't there anymore, I'm pretty sure you're getting a cached version of the page, or you didn't run I'll change the README to make sure metamask is not mandatory |
No description provided.